/* ============================================================================== */
/* 1. GLOBAL & FONT */
/* ============================================================================== */
body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background-color: #f9fafb;
    color: #0a0a0a;
    line-height: 1.5;
}

/* ============================================================================== */
/* 2. WRAPPER UTAMA (Memenuhi Permintaan Margin 100px Desktop) */
/* ============================================================================== */
/* ============================================================================== */
/* 2. HEADER STYLING (Salin dari halaman lain) */
/* ============================================================================== */
.hero {
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    /* Tambahkan margin bawah agar tidak menempel dengan tombol "Back" */
    margin-bottom: 4rem;
}

.green-ray-logo-1 {
    flex-shrink: 0;
    width: 12.6425rem;
    height: 2.69125rem;
    position: relative;
    object-fit: cover;
    aspect-ratio: 202.28/43.06;
}

.header-menu {
    padding: 0.800625rem;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.header-actions {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.non-active,
.active-head {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.active-head {
    font-weight: 700;
}

.non-active:hover {
    font-weight: 700;
}

.active-head a,
.non-active a {
    text-decoration: none;
    color: black;
}

.login-btn {
    background: #136000;
    border-radius: 9999px;
    padding: 0.91375rem 1.218125rem 0.91375rem 1.218125rem;
    display: flex;
    flex-direction: row;
    gap: 0.50125rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.login-btn:hover {
    transform: scale(1.03);
}

.login-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-us-btn {
    background: #ffffff;
    border-radius: 9999px;
    border: 0.07875rem solid #000000;
    padding: 0.91375rem 1.218125rem 0.91375rem 1.218125rem;
    display: flex;
    flex-direction: row;
    gap: 0.589375rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.contact-us-btn:hover {
    transform: scale(1.03);
}

.contact-us-text {
    color: #000000;
    font-weight: 600;
    font-size: 0.9rem;
}

.akar-icons--door {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 2h11a3 3 0 0 1 3 3v14a1 1 0 0 1-1 1h-3'/%3E%3Cpath d='m5 2l7.588 1.518A3 3 0 0 1 15 6.459V20.78a1 1 0 0 1-1.196.98l-7.196-1.438A2 2 0 0 1 5 18.36zm7 10v2'/%3E%3C/g%3E%3C/svg%3E");
}

.mynaui--arrow-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.5 12h15m0 0l-5.625-6m5.625 6l-5.625 6'/%3E%3C/svg%3E");
}

.portfolio-detail-wrapper {
    /* Mobile: Padding standar */
    padding: 1rem;
    max-width: 900px;
    /* Lebar konten maksimum Anda */
    margin: 0 auto;
    /* Pusatkan konten */
}

@media (min-width: 1200px) {

    /* Desktop: Terapkan 100px padding/margin */
    .portfolio-detail-wrapper {
        max-width: 1440px;
        /* Sesuai layout GreenRay */
        padding: 4rem 100px 0 100px;
        /* 100px kanan-kiri */
    }

    /* Pusatkan konten di dalam wrapper desktop */
    .portfolio-detail-wrapper>.card,
    .portfolio-detail-wrapper>.row {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ============================================================================== */
/* 3. STYLING KUSTOM YANG TIDAK DICAKUP BOOTSTRAP */
/* ============================================================================== */
.back-button {
    background: var(--putih, #ffffff);
    border-radius: 1.07625rem;
    border-style: solid;
    border-color: #000000;
    border-width: 1.5px;
    padding: 0.91375rem 1.218125rem;
    text-decoration: none;
    color: var(--hitam, #000000);
    display: inline-flex;
    flex-direction: row;
    gap: 0.589375rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    transform: scale(1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    /* Tambahkan ini agar tidak terlalu menempel ke atas */
    margin-bottom: 2rem;
}

.back-button:hover {
    box-shadow:
        0rem 0.0625rem 0.1875rem 0rem rgba(0, 0, 0, 0.26),
        0rem 0.3125rem 0.3125rem 0rem rgba(0, 0, 0, 0.23);
    transform: scale(1.01);
}

.contact-us2 {
    /* Teks di dalam tombol back */
    color: var(--hitam, #000000);
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.formkit--arrowleft {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3Cpath fill='%23000' d='M12.5 5h-9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h9c.28 0 .5.22.5.5s-.22.5-.5.5'/%3E%3Cpath fill='%23000' d='M6 8.5a.47.47 0 0 1-.35-.15l-3.5-3.5c-.2-.2-.2-.51 0-.71L5.65.65c.2-.2.51-.2.71 0s.2.51 0 .71L3.21 4.51l3.15 3.15c.2.2.2.51 0 .71c-.1.1-.23.15-.35.15Z'/%3E%3C/svg%3E");
}

/* Hero Image */
.hero-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* Gradien overlay di atas gambar hero */
.hero-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* Gallery (Menjaga rasio aspek) */
.gallery-image-main {
    width: 100%;
    height: 496px;
    /* Tinggi kustom untuk gambar utama */
    object-fit: cover;
}

.gallery-image-secondary {
    width: 100%;
    height: 240px;
    /* Tinggi kustom untuk gambar sekunder */
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .gallery-image-main {
        height: 400px;
        /* Sesuaikan untuk tablet */
    }
}

@media (max-width: 767.98px) {

    .gallery-image-main,
    .gallery-image-secondary {
        height: 250px;
        /* Sesuaikan untuk mobile */
    }
}

/* Ikon Stats (dari file asli) */
.stat-icon {
    width: 18px;
    height: 18px;
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
}

/* Lists (Challenges & Solutions) */
.custom-list.challenges li {
    padding-left: 20px;
    position: relative;
}

.custom-list.solutions li {
    padding-left: 20px;
    position: relative;
}

.custom-list.challenges li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e7000b;
    /* Merah */
    font-weight: bold;
}

.custom-list.solutions li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00a63e;
    /* Hijau */
    font-weight: bold;
}

/* Impact List (dari file asli) */
.impact-icon {
    width: 24px;
    height: 24px;
    background-color: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.impact-icon svg {
    width: 14px;
    height: 14px;
    stroke: #00a63e;
}

/* Technical Specs (dari file asli) */
.spec-label {
    font-size: 13px;
    color: #6c757d;
    /* Bootstrap secondary color */
}

.spec-value {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    /* Bootstrap dark color */
}

.footer {
    background: #ffffff;
    border-style: solid;
    border-color: #000000;
    border-width: 0.03125rem 0rem 0rem 0rem;
    padding: 3.125rem 3.75rem 5rem 3.75rem;
    display: flex;
    flex-direction: row;
    gap: 6.0625rem;
    align-items: flex-start;
    justify-content: space-evenly;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-top: 5rem;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.footer-content {
    /* Class ini digunakan untuk membungkus footer-info dan copyright di HTML */
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    /* Tambahkan gap agar ada jarak antara info dan copyright */
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.green-ray-logo-12 {
    flex-shrink: 0;
    width: 14.6675rem;
    height: 3.121875rem;
    position: relative;
    object-fit: cover;
    aspect-ratio: 234.68/49.95;
}

.footer-desc {
    color: #000000;
    text-align: justify;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    position: relative;
    width: 18.25rem;
}

.copyright {
    color: #000000;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    gap: 10rem;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.menu-container-footer {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.title-footer {
    color: #000000;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    position: relative;
}

.dec-container-footer {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.list-footer {
    color: #000000;
    text-align: center;
    font-size: 1.125rem;
    position: relative;
    cursor: pointer;
}

.list-footer a {
    text-decoration: none;
    color: black;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
}